From: Kenichi Handa Date: Thu, 12 Feb 2009 06:06:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1846 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=808df909e30d7eb1f8dad283714900b8f532fe8b;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 15b3909a715..c7a0d4c12f0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,29 @@ +2009-02-12 Kenichi Handa + + * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro. + (composition_gstring_width): Fix handling of LGLYPH_YOFF. + (autocmp_chars): Use fast_looking_at. Don't compose more + characters than MAX_COMPOSITION_COMPONENST. + (find_automatic_composition): While looking forward and backward, + check static composition. Fix where to stop looking forward. + (composition_adjust_point): Fix checking of static composition. + (Fcomposition_get_gstring): Pay attention to + MAX_COMPOSITION_COMPONENST. + + * lisp.h (fast_looking_at): Extern it. + + * search.c (fast_looking_at): New function. + + * term.c (encode_terminal_code): Adjusted for the change of + .u.cmp.to. + (append_composite_glyph): Likewise. + + * xdisp.c (fill_gstring_glyph_string): Adjusted for the change of + .u.cmp.to. Check if the glyph belongs to the same + composition. + (append_composite_glyph): Adjusted for the change of + .u.cmp.to. + 2009-02-11 Juanma Barranquero * casetab.c (init_casetab_once):